home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / misc / commodities / screentab / catalogs / plugins / pasteclip.cd < prev    next >
Encoding:
Text File  |  1997-11-20  |  437 b   |  20 lines

  1. #language english
  2. #version 0
  3. ; Translation-File for PlugIn-Module PasteClip
  4. ;
  5. DESCRIPTION (1//)
  6. If the specified clipboard unit contents some text \
  7. then the module will add it to the input stream. \
  8. So you can add clipboard functionality to almost \
  9. every program.
  10. ;
  11. PARAMETER (//)
  12. UNIT/N     - clipboard unit (defaults to 0)\n\
  13. STOPATCR/S - stop at the first CR
  14. ;
  15. IF_UNIT (//)
  16. Unit
  17. ;
  18. IF_STOPATCR (//)
  19. Stop at the first carriage return
  20.